if LG3BufferCapture and (item <> cancel) then begin
if FrameGrabber <> ScionLG3 then begin
LG3BufferCapture := false;
PutError('Capturing to an on-board frame buffer requires a Scion LG-3.');
DoMakeMovieOptions := false;
exit(DoMakeMovieOptions);
end;
if PCIFrameGrabber then begin
LG3BufferCapture := false;
PutError('On-board capture not supported on PCI frame grabbers.');
DoMakeMovieOptions := false;
exit(DoMakeMovieOptions);
end;
if FramesWanted > MaxLG3Frames then begin
FramesWanted := MaxLG3Frames;
PutError(concat('This ', long2str(MaxLG3Frames div 2), 'MB LG-3 can capture a maximum of ', long2str(MaxLG3Frames), ' frames to its on-board buffer.'));